←Select platform

Item Property

Summary

Gets or sets value with the specified key.

Syntax

C#
VB
C++
public virtual TValue Item( 
   TKey key 
) { get; set; } 
  
Public Overridable Default Property Item( _ 
   ByVal key As TKey _ 
) As TValue 
public: 
virtual property _TValue^_ default [TKey^] { 
   _TValue^_ get(_TKey^_ key); 
   void set (_TKey^_ key, _TValue^_ ); 
} 

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly